home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / dev / asm / srecord.lzh / sconv.doc < prev   
Text File  |  1992-09-06  |  896b  |  31 lines

  1.  
  2.  
  3.     SCONV - VERSION 1.0 (C)opyright 1992 John Baker
  4.         All Rights Reserved
  5.         
  6.     Publicly distributable for non-profit only.  Must be distributed
  7.         as is, with NO CHANGES to the documentation or code.
  8.  
  9.                                 Disclaimer
  10.                                 ~~~~~~~~~~
  11.  
  12.     This program is provided "as is" without warranty of any kind, either
  13. expressed or implied, including, but not limited to, the implied warranty
  14. of fitness for a particular purpose.  The entire risk as to the results,
  15. reliability and performance of this program is assumed by you.
  16.  
  17. DESCRIPTION
  18.  
  19. SConv converts Matt Dillions DAsm2.12 object files to S-RECORD format.
  20. The first default format must be used for assembling.
  21. Inspired by the 68HC11 assembler support but alas no S-RECORD.
  22.  
  23. USAGE 
  24.  
  25. Sconv inputfile [outputfile]
  26.  
  27. If no outputfile is specified, standard output will be used.
  28.  
  29. Have fun!                                     
  30.  
  31.